home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / effects / qtshoweffect / readme < prev   
Encoding:
Text File  |  2000-09-28  |  1.8 KB  |  38 lines

  1. README - QTShowEffect
  2.  
  3. This sample code illustrates how to use the low-level QuickTime video
  4. effects API to apply a filter (a one-source effect) to a picture, or
  5. to apply a transition (a two-source effect) to two pictures.
  6.  
  7. Launch the application. The user must select an effect and any custom
  8. parameters for the effect.  To see the effect rendered, select "Run"
  9. from the Effects menu.
  10.  
  11. NOTE: QTShowEffect runs only from unlocked volumes; copy the application
  12. from the CD to your local computer before running it.
  13.  
  14. You can choose another effect using the "Select Effect" menu command
  15. in the Effects menu. You can choose some options for the effect in
  16. the Settings menu. Note that you can choose to have a standard effects
  17. parameters dialog box, or you can embed the effects parameters controls
  18. in a custom dialog box of your own.
  19.  
  20. QTShowEffect can also build a QuickTime movie containing a filter or transition. 
  21.  
  22. QTShowEffect can be built for both the MacOS and Windows.
  23.  
  24. For Windows builds using Microsoft Visual C++, the Makefile (QTShowEffect.mak)
  25. automatically calls Rez to create the resource file QTShowEffect.qtr from the
  26. input file QTShowEffect.r. The .qtr file must reside in the same directory as the
  27. application QTShowEffect.exe. For final delivery of your product, you should
  28. insert the .qtr file into the .exe file by using the tool RezWack.
  29.  
  30. NOTE ON COMPOUND EFFECTS:
  31.  
  32. If you set the compiler flag ALLOW_COMPOUND_EFFECTS to 1, then the Build Effect Movie menu item will add the film noise filter to whatever two-source effect you've already chosen when it builds the movie; this is intended to illustrate how to work with compound (or "stacked") effects. QTShowEffect does not yet provide a mechanism to allow the user to add a compound effect to the effect shown in the Show Video Effect window.
  33.  
  34.  
  35. Enjoy,
  36. QuickTime Team
  37.  
  38.